home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / catinvaders.swf / scripts / frame_111 / PlaceObject2_141_120 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2007-03-20  |  153 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(this._name == "fat")
  3.    {
  4.       gotoAndPlay(120);
  5.    }
  6.    else
  7.    {
  8.       _root.Functions.moveCat(this);
  9.    }
  10. }
  11.